Skip to content

Conversation

@tanya732
Copy link
Contributor

@tanya732 tanya732 commented Jan 24, 2025

Changes

  • Added endpoints
    - GET /api/v2/connections/{id}/scim-configuration
    - DELETE /api/v2/connections/{id}/scim-configuration
    - PATCH /api/v2/connections/{id}/scim-configuration
    - POST /api/v2/connections/{id}/scim-configuration
    - GET /api/v2/connections/{id}/scim-configuration/default-mapping
    - GET /api/v2/connections/{id}/scim-configuration/tokens
    - POST /api/v2/connections/{id}/scim-configuration/tokens
    - DELETE /api/v2/connections/{id}/scim-configuration/tokens/{tokenId}
    - GET /api/v2/connections/{id}/status

  • Added class

    • Mapping
    • ScimConfigurationRequest
    • ScimConfigurationResponse
    • ScimTokenBaseResponse
    • ScimTokenCreateResponse
    • ScimTokenRequest
    • ScimTokenResponse

References

https://auth0.com/docs/api/management/v2/connections/get-scim-configuration
https://auth0.com/docs/api/management/v2/connections/delete-scim-configuration
https://auth0.com/docs/api/management/v2/connections/patch-scim-configuration
https://auth0.com/docs/api/management/v2/connections/post-scim-configuration
https://auth0.com/docs/api/management/v2/connections/get-default-mapping
https://auth0.com/docs/api/management/v2/connections/get-scim-tokens
https://auth0.com/docs/api/management/v2/connections/post-scim-token
https://auth0.com/docs/api/management/v2/connections/delete-tokens-by-token-id
https://auth0.com/docs/api/management/v2/connections/get-status

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@tanya732 tanya732 requested a review from a team as a code owner January 24, 2025 07:16
@tanya732 tanya732 merged commit 80fd4a6 into master Feb 17, 2025
6 checks passed
@tanya732 tanya732 deleted the sdk-5440-scim branch February 17, 2025 04:31
@tanya732 tanya732 mentioned this pull request Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants